home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Freelog 70
/
Freelog070.iso
/
Internet
/
EasyPHP
/
easyphp1-8_setup.exe
/
{app}
/
phpmyadmin
/
libraries
/
fpdf
/
font
/
courier.php
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
PHP Script
|
2004-05-20
|
286 b
|
9 lines
<?php
// vim: expandtab sw=4 ts=4 sts=4:
for ($i=0;$i<=255;$i++)
$fpdf_charwidths['courier'][chr($i)]=600;
$fpdf_charwidths['courierB']=$fpdf_charwidths['courier'];
$fpdf_charwidths['courierI']=$fpdf_charwidths['courier'];
$fpdf_charwidths['courierBI']=$fpdf_charwidths['courier'];
?>